home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global tagOrder
- set x to 0
- set locHtemp to -20
- repeat with d = 1 to the number of chars in tagOrder
- set the castNum of sprite (33 + x) to the number of cast char d of tagOrder
- updateStage()
- set locHtemp to locHtemp + 60
- set the locH of sprite (33 + x) to locHtemp
- set the locV of sprite (33 + x) to 432
- set x to x + 1
- end repeat
- repeat with f = 33 to 37
- puppetSprite(f, 1)
- end repeat
- sound stop 1
- end
-